Welcome![Sign In][Sign Up]
Location:
Search - stroke input

Search list

[IME Developbhhz

Description: bhhz能支持各种嵌入式的中文笔画输入法.-bhhz to support various embedded in Chinese stroke input method.
Platform: | Size: 159639 | Author: cys | Hits:

[Windows Develop读取密码输入框中的数据

Description: 读取密码输入框中的信息,起编程思想是读取键盘的敲入值,从而进行破解-Reading the data in the password input box, the first idea is to crack the password by reading the stroke in key value from the keyboard.
Platform: | Size: 15360 | Author: 王军 | Hits:

[Other resourceChineseInputer

Description: 可移植的中文输入法包含拼音和笔画输入,使用VC.NET2003开发的,可以使用也WINCE.NET系统和WINDOW系列系统-portable Chinese input method includes phonetic input and stroke, the use of VC.NET2003 development, WINCE.NET also can be used to understand the system and the family system
Platform: | Size: 5214208 | Author: 翁礼金 | Hits:

[Software Engineeringjpwb66

Description: 极品五笔输入法,非常好用的打字工具. -Need for five-stroke input method, very useful tool for typing.
Platform: | Size: 1530880 | Author: 123456 | Hits:

[Otherwubishurufa

Description: 本程序可以1.制作一个五笔输入法,通过输入一或二级简码,可以得到相应的汉字。 2.制作一个反查代码的功能,通过输入汉字(只能是一或二级简码),可以查找到其相应的五笔代码。 3.制作一个小游戏,测试打字的准确率,以得分高低为准。 4.制作一个五笔列表,可以输出所有字的五笔代码列表(只有一或二级简码)。 -This procedure can be 1. To produce a five-stroke input method, by entering one or two Jane code, can be the corresponding Chinese characters. 2. The production of an anti-search functionality of the code through the input of Chinese characters (only one or two Jane yards), you can find the corresponding five-stroke code. 3. The production of a small game to test the accuracy of typing in order to score high or low shall prevail. 4. To produce a list of five, you can output all of the five code word list (only one or two Jane yards).
Platform: | Size: 5120 | Author: 12 | Hits:

[IME Developfeiyang

Description: WINDOWS下最好用的五笔输入法,好处是同时支持五笔,拼音和英文单词的同时录入,不必切换。-WINDOWS the best of the five-stroke input method used, the advantage is at the same time to support the five-stroke, Pinyin and English word entry at the same time, do not have to switch.
Platform: | Size: 366592 | Author: ntcat | Hits:

[IME DevelopSRC

Description: 一个用Visual C++编写的五笔编码查询系统,可帮助学习五笔输入法的用户掌握那些难打字的编码.-A use Visual C++ Prepared five encoding query system can assist in learning the five-stroke input method users who have difficulty typing the code.
Platform: | Size: 130048 | Author: 朱兆斌 | Hits:

[Windows CEMyInputer

Description: 包含拼音和笔画输入的中文输入法,使用VC.NET2003开发.portable Chinese input method includes phonetic input and stroke, the use of VC.NET2003 development, WINCE.NET also can be used to understand the system and the family system!-Contains the alphabet and the number of strokes of Chinese character input method to enter, use VC.NET2003 development. Portable Chinese input method includes phonetic input and stroke, the use of VC.NET2003 development, WINCE.NET also can be used to understand the system and the family system!
Platform: | Size: 740352 | Author: 李国 | Hits:

[IME Developwubishurufaforxp

Description: 这是五笔输入法挺好用的。欢迎用五笔的下载哈-This is a very good five-stroke input method used. Welcome to download and Kazakhstan with five
Platform: | Size: 471040 | Author: guanghui | Hits:

[IME DevelopVBwubi

Description: 有个人做的,VB五笔输入法,外挂式-Do personal, VB five-stroke input method, plug-type
Platform: | Size: 474112 | Author: 龙哥 | Hits:

[IME Developfreewb

Description: windows ce 下的五笔输入法,是从自由拼音下修改移植而成的。-windows ce five-stroke input method under is free to modify the phonetic form of transplantation.
Platform: | Size: 1142784 | Author: 杨泽星 | Hits:

[Windows DevelopInput_Method

Description: 目前常用的输入法基本上有两种类型:外挂式(如早期的万能五笔)及输入法接口式(Input Method Editor-IME)。外挂式比较简单,就是一个exe文件,通过模拟一些Windows输入消息来给当前处于活动状态的编辑窗口输入文字,一个显著的优点是输入法只要启动一次,就可以在所有进程中使用;但缺点不不容忽视,首先实现起来也不容易,一个更大的不足是兼容性不够好,通常一个Windows版本需要一人对应的输入法版本,此外这类输入法为了能够截获用户输入,通常需要挂接键盘钩子,容易造成系统不稳定或者效率不高。-Currently commonly used input method basically has two types: external (such as universal early five-stroke) and the input method interface type (Input Method Editor-IME). Relatively simple plug-in type is a exe file, by simulating a number of Windows input message to the current active editor window to enter text, a significant advantage is the input method as long as the start time, you can use in all processes but do not disadvantage can not be ignored, first of all, it was not easy to achieve, a greater lack of compatibility are not good enough, usually a Windows version required one person version of the corresponding input method, in addition to this type of input method in order to be able to intercept user input, usually articulated necessary keyboard hook , easily lead to system instability or inefficient.
Platform: | Size: 18432 | Author: 高军 | Hits:

[Otherdos

Description: 在cvm中实现dos的滚屏打印方式,并在cvm.h 的基础上增加了诸多实用的函数,包括一些图形界面的函数,所带的五笔输入法可以打词,比系统自带的只能打单个字的要方便很多。 只有dos.h文件是用户用的头文件; 用法如下: #include "dos.h" void dos() /*相当于main*/ { } 用户不能用main,因为main已经在dos.obj里了; dos.obj 的生成:dos.c 和其他的.h文件用于生成dos.obj ,只要 cvm.exe dos.c 就可以了 连接成.cvm 文件的时候用 cvmlnk.exe a.cvm dos.obj cvm.obj user.obj 其中 user.obj 是用户自己的代码生成 cvm.obj 在cvm 开发包里有;-In the cvm to achieve the scrolling dos printing method, and based on the increased cvm.h many useful functions, including some graphical user interface functions, brought a five-stroke input method can play word, than the system comes with only the can play a single word to be a lot easier. Only dos.h files are header files used by the user usage is as follows:# include " dos.h" void dos ()/* the equivalent of main*/() you can not use main, because the main has been dos.obj where the dos.obj generation: dos.c and other. h file used to generate dos.obj, as long as the connection can be cvm.exe dos.c into. cvm file would use cvmlnk.exe a.cvm dos.obj cvm . obj user.obj where user.obj is the user' s own code generation cvm.obj development in the cvm package are
Platform: | Size: 13312 | Author: luoweijian | Hits:

[IME DevelopWB

Description: 基于windows ce的最好用的键盘五笔输入法源码。-Windows ce based on the best use of the keyboard, five-stroke input method source code.
Platform: | Size: 494592 | Author: James | Hits:

[Linux-UnixminiChinput-0.1.9.tar

Description: 著名中文输入平台Chinput的后续版本,支持智能输入和五笔输入-Well-known Chinese input platform for the follow-up version of the Chinput support intelligent input and five-stroke input
Platform: | Size: 1632256 | Author: 程磊 | Hits:

[IME DevelopWB_GBK2BIG5

Description: 繁体五笔输入法转简体五笔输入法,VC环境开发,可以-Traditional five-stroke input method switch to Simplified five-stroke input method, VC environment for development, you can try
Platform: | Size: 6144 | Author: 国画 | Hits:

[Linux-UnixInputwubi

Description: 在线五笔输入法,能够在线输入五笔,只要支持JavaScript的浏览器都能打开.可以在LINUX中输入,源代码也值得学习-Online Wubi input method, to enter the five-stroke line, as long as the browser supports JavaScript can open. You can enter in the LINUX source code is also worth learning
Platform: | Size: 190464 | Author: 猪头三 | Hits:

[IME DevelopMzwb

Description: 向PPC五笔字型输入法作者 海鹰 致敬。因为我是五笔的铁杆,PDA是WVGA(800x480)屏幕,所以修改了海鹰的配置文件及输入面板,可以在大屏幕上轻松使用五笔了。-Five-stroke input method to the PPC of the Seahawks tribute. Because I was five strokes of the iron, PDA is WVGA (800x480) screen, so the configuration file to modify the Seahawks and the input panel, you can easily use on the big screen a five-stroke.
Platform: | Size: 2568192 | Author: yangmy | Hits:

[Linux-Unixdsfasdfasd

Description: 在ubuntu英文环境下使用中文输入法,我将可爱的fcitx卸载了,换上了scim输入法。 安装scim比安装fcitx麻烦一点,不过据说更新源后,在语言支持里选择chinese,并将默认语言改为中文,就会自动安装配置scim,那样就很方便了,不过我觉得应该不会自动安装五笔输入法吧。 -English environment in ubuntu using Chinese input method, I would uninstall the lovely fcitx, put scim input method. Install scim install fcitx than a little trouble, but said update source, select the language support in chinese, and the default language to Chinese, it will automatically install and configure scim, so very convenient, but I think we should not automatically installed five-stroke input method it.
Platform: | Size: 12288 | Author: smallwei | Hits:

[Hook apisql_hook_ime

Description: sql_Hook外挂式输入法,极品五笔输入法源代码-sql_Hook plug-in input methods, the best stroke input method source code
Platform: | Size: 3330048 | Author: 张千洵 | Hits:
« 12 3 »

CodeBus www.codebus.net